home *** CD-ROM | disk | FTP | other *** search
-
- Visual Engineering - Merge v2.00
- --------------------------------
-
- This script merges two pictures with adjustable horizontal and
- vertical aligns.
-
-
- Mark picture to be merged as SECONDARY.
- As always, I'm sure you understand how does it work, yourself.
-
-
-
- You can call this script from your own scripts, too.
-
-
- address command "rexx:rx ie:arexx/Merge.rexx" <pic> <sec> <valign> <halign> <xoffset> <yoffset>
-
- - <pic> picture to merge to
- - <sec> picture to merge
- - <valign> vertical align (ABOVE,TOP,ABSMIDDLE,BOTTOM,BELOW)
- - <halign> horizontal align (LEFTSIDE,LEFT,CENTER,RIGHT,RIGHTSIDE)
- - <xoffset> finetune for horizontal alignment
- - <yoffset> finetune for vertical alignment
-
-
-
- Next lines return you the name of this new picture.
-
- PROJECT_LIST
- xyz=result
- pic=subword(xyz,1,1)
-
-
-
-
- Example:
-
- rx ie:arexx/Merge.rexx C2.iff 000_C2.iff ABOVE LEFTSIDE 0 0
-
-
-
- HISTORY
-
- 2.00
-
- Fully recoded. Now can be aligned horizontally and vertically
- with optional offset. Possible aligns are now ABOVE, TOP,
- ABSMIDDLE, BOTTOM, BELOW and LEFTSIDE, LEFT, CENTER, RIGHT,
- RIGHTSIDE.
-
- 1.00
-
- History started
-
-
-
-
-
- The archive, where this file came from, can be distributed using
- any kind of media (CD, Email, Net, BBS, FTP...), but contents of
- original archive must not be seperated from each other.
-
- You may modify the script for your own use, but don't except me to
- fix it, when you broke it. You may NOT spread modified versions of
- the script, nor part of it.
-
- If you are going to spread a script of yours, which calls one of
- Visual Engineering -scripts, you must include either to
- documentfile of your script or header of the script itself, Visual
- Engineering -websiteaddress and author's name and email address.
-
- Like this:
-
-
- /*
-
- This script uses Visual Engineering -script(s):
- AddSpace.rexx, PrimaryColors.rexx
-
- By Marko Seppänen <marko.seppanen@wwnet.fi>
-
- Visual Engineering website:
- http://wwnet.fi/users/smarko/visual/
-
- */
-
-
-